'Declaration Public Overloads Sub PointsFromViewerSpaceToPageSpace( _
ByVal pointsProvides points, in the image viewer's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.() As System.Windows.Point, _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
)
public void PointsFromViewerSpaceToPageSpace(
System.Windows.Point[] points,
Vintasoft.Imaging.VintasoftImage image
)
public: void PointsFromViewerSpaceToPageSpace(
System.Windows.Point[]* points,
Vintasoft.Imaging.VintasoftImage* image
)
public:
void PointsFromViewerSpaceToPageSpace(
array<System.Windows.Point>^ points,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- points
- Provides points, in the image viewer's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.
- image
- The image.